home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000241_news@columbia.edu _Wed Oct 27 16:28:09 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA26701
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 27 Oct 1999 16:28:08 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA18020
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 27 Oct 1999 16:04:19 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Clarence Dold <dold@yellow.rahul.net>
  10. Subject: Re: Input timings
  11. Date: 27 Oct 1999 19:41:08 GMT
  12. Organization: a2i network
  13. Message-ID: <7v7kgk$3cb$1@samba.rahul.net>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Michael Hamelin <hamelin@ici.net> wrote:
  17.  
  18. : a prompt. I have given the input command a wait of 600. This is to wait for
  19. : 10 minutes, worse case.. I have tried this
  20. : in my script and the thing waits 20 seconds and then goes to the next item
  21.  
  22. Let's get simpler.
  23. I built a script "wait":
  24.     run date
  25.     input 600 f
  26.     run date
  27. Kermit
  28.     take wait
  29. I can type lots of characters...  If I avoid hitting an "f", I get two
  30. time stamps, 10 minutes apart.
  31.  
  32. I haven't connected to anything.  If this works, then you might want to
  33. connect to the other system, and run the take script again.  If it times
  34. out while attached to some other system, then you need to do a log session,
  35. to see what characters are causing your input to trip.
  36.  
  37. I had a system that was displaying the time, updated every few seconds,
  38. which messed up my session logs for my purposes.  Perhaps something like
  39. that is triggering the wait-for-prompt in your case.
  40.  
  41. -- 
  42. ---
  43. Clarence A Dold - dold@network.rahul.net
  44.                 - Pope Valley & Napa CA.